/*初始化css*/
body{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","微软雅黑",Arial,sans-serif,思源黑体 CN;color: #333;color: #333;}
/* *,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;} */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#2d6fcd;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#2d6fcd;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","微软雅黑",Arial,sans-serif,思源黑体 CN;color: #333;}

#main {
    width: 1000px;
    margin: 0 auto;
}

#partA {
    width: 100%;
}

#partA .left {
    width: 560px;
    height: 350px;
    float: left;
}

.slideBox {
    width: 560px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 43%;
    bottom: 0;
    z-index: 3;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    height: 16px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 16px;
    color: #CCC;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 5px;
}

.slideBox .hd ul li.on {
    background-color: #268c4b;
    color: #000;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 560px;
    height: 350px;
    display: block;
}

.slideBox .bd li .txtbg {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.slideBox .bd li .tit {
    height: 30px;
    width: 98%;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 17px;
    z-index: 2;
}

.slideBox .bd li .tit a {
    font-size: 16px;
    color: #FFF;
}

#partA .right {
    width: 420px;
    height: 350px;
    float: right;
}

.slideTxtBox1 .hd ul {
    width: 420px;
    /* padding-left: 6px; */
    height: 54px;
    background-color: #a80e00;
    border-radius: 6px 6px 0px 0px;
}

.slideTxtBox1 .hd ul li {
    width: 120px;
    text-align: center;
    float: left;
    height: 51px;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 51px;
    font-size: 15px;
    margin-top: 3px;
    color: #FFF;
    background: url(2_05.jpg) no-repeat right center;
}

.slideTxtBox1 .hd ul li font {
    padding-left: 9px;
    padding-right: 9px;
    height: 51px;
    display: block;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
}

.slideTxtBox1 .hd ul li:nth-child(1) font {
    color: #a80e00;
    background-color: #f7e9e8;
}

.slideTxtBox1 .hd ul li:nth-child(1) font a {
    color: #a80e00;
}

.slideTxtBox1 .hd ul li font a {
    font-size: 20px;
    color: #FFF;
}

.slideTxtBox1 .bd {
    width: 420px;
}

.slideTxtBox1 .bd ul {
    width: 100%;
    padding-top: 8px;
}

.slideTxtBox1 .bd ul .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.slideTxtBox1 .bd ul .tit a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.slideTxtBox1 .bd ul .ab {
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 14px;
    text-align: justify;
}

.slideTxtBox1 .bd ul .ab a {
    font-size: 14px;
    color: #ce0000;
}

.slideTxtBox1 .bd ul li {
    height: 44px;
    line-height: 44px;
    width: 96%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #000;
    background: url(dian.png) left no-repeat;
    padding-left: 4%;
}

.slideTxtBox1 .bd ul li font {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.slideTxtBox1 .bd ul li a {
    font-size: 14px;
    color: #000;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

#partB {
    width: 100%;
}

#partB .left {
    float: left;
}

/*全国农业信息联播&全省农业信息联播&农业视频*/
.slideTxtBox2 {
    width: 560px;
    height: auto;
    border: 2px solid #eaeaea;
    padding-bottom: 10px;
    position: relative;
}

.slideTxtBox2 .hd {
    width: 100%;
    height: 39px;
    background: url(45_03.jpg) bottom left;
    background-repeat: repeat-x;
}

.slideTxtBox2 .hd li {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #eeeeee;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
}

.slideTxtBox2 .hd li.on {
    border-bottom: 5px solid #d9192b;
    color: #d9192b;
}

.slideTxtBox2 .bd ul {
    padding-top: 10px;
    padding-left: 2%;
}

.slideTxtBox2 .bd .more {
    position: absolute;
    right: 20px;
    top: 8px;
}

.slideTxtBox2 .bd .more a {
    font-size: 14px;
    color: #868686;
}

.slideTxtBox2 .bd li {
    width: 96%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #000;
    background: url(dian.png) left no-repeat;
    padding-left: 4%;
}

.slideTxtBox2 .bd li font {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.slideTxtBox2 .bd li a {
    font-size: 14px;
    color: #000;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

#partB .right {
    float: right;
}

/*领导活动&处室动态*/
.slideTxtBox4 {
    width: 421px;
    height: auto;
    border: 2px solid #eaeaea;
    position: relative;
    padding-bottom: 10px;
}

.slideTxtBox4 .hd {
    width: 100%;
    height: 39px;
    background: url(45_03.jpg) bottom left;
    background-repeat: repeat-x;
}

.slideTxtBox4 .hd li {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 5px solid #eeeeee;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
}

.slideTxtBox4 .hd li.on {
    border-bottom: 5px solid #d9192b;
    color: #d9192b;
}

.slideTxtBox4 .bd ul {
    padding-top: 10px;
    padding-left: 2%;
}

.slideTxtBox4 .bd .more {
    position: absolute;
    right: 20px;
    top: 8px;
}

.slideTxtBox4 .bd .more a {
    font-size: 14px;
    color: #868686;
}

.slideTxtBox4 .bd li {
    width: 96%;
    padding-left: 2%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #000;
    background: url(dian.png) left no-repeat;
    padding-left: 4%;
}

.slideTxtBox4 .bd li font {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.slideTxtBox4 .bd li a {
    font-size: 18px;
    color: #000;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}


#left {
    width: 560px;
    float: left;
}

.slideTxtBox3 {
    width: 560px;
    height: auto;
    border: 2px solid #eaeaea;
    padding-bottom: 12px;
    position: relative;
}

.slideTxtBox3 .hd {
    width: 100%;
    height: 39px;
    background: url(45_03.jpg) bottom left;
    background-repeat: repeat-x;
}

.slideTxtBox3 .hd li {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #eeeeee;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
}

.slideTxtBox3 .hd li.on {
    border-bottom: 5px solid #d9192b;
    color: #d9192b;
}

.slideTxtBox3 .bd ul {
    padding-top: 12px;
    padding-left: 2%;
}

.slideTxtBox3 .bd .more {
    position: absolute;
    right: 20px;
    top: 8px;
}

.slideTxtBox3 .bd .more a {
    font-size: 14px;
    color: #868686;
}

.slideTxtBox3 .bd li {
    width: 96%;
    padding-left: 2%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #000;
    background: url(dian.png) left no-repeat;
    padding-left: 4%;
}

.slideTxtBox3 .bd li font {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.slideTxtBox3 .bd li a {
    font-size: 18px;
    color: #000;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}


#center {
    width: 180px;
    height: 315px;
    margin-left: 15px;
    float: left;
    border: 2px solid #eee;
}

#center .top {
    font-size: 18px;
    font-weight: bold;
    color: #d9192b;
    padding-left: 5%;
    width: 95%;
    height: 46px;
    line-height: 46px;
}

#center .top a {
    font-size: 18px;
    font-weight: bold;
    color: #d9192b;
}

#center li {
    width: 92%;
    height: 38px;
    padding-left: 4%;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #000;
    line-height: 38px;
}

#center li a {
    font-size: 16px;
    color: #000;
}



#right {
    width: 236px;
    float: right;
}

/*政民互动*/
.zmhd {
    width: 99%;
}

.zmhd div {
    width: 73%;
    padding-left: 27%;
    text-align: left;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
}

.zmhd div a {
    font-size: 14px;
    color: #5d5b5b;
    font-weight: 600;
}

/*二维码*/
.old-zwfwpic,.old-zmhd-tit,.old-hdjl-box{
    display: none;
}

.ewm {
    width: 99%;
}

.ewm div {
    width: 75%;
    padding-left: 25%;
    text-align: left;
    height: 34px;
    line-height: 34px;
    margin-top: 7px;
    border: 1px solid #d7d7d7;
    background-color: #f2f5f3;
    position: relative;
}

.ewm div a {
    font-size: 14px;
    color: #5d5b5b;
    font-weight: 600;
}

.ewm .erwei1_1 {
    display: none;
    position: absolute;
    left: 101%;
    top: -1px;
}

.ewm .erwei1_2 {
    display: none;
    position: absolute;
    left: 101%;
    top: -1px;
}

.ewm .erwei1_3 {
    display: none;
    position: absolute;
    left: 101%;
    top: -1px;
}

.ewm .erwei1_4 {
    display: none;
    position: absolute;
    left: 101%;
    top: -1px;
}


/*专题专栏*/
.ladyScroll {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    height: 130px;
    position: relative;
    margin: 0 auto;
}

.ladyScroll .scrollWrap {
    margin: 0 auto;
}

.ladyScroll .scrollWrap .tempWrap {
    margin: 0 auto;
}

.ladyScroll .prev,
.ladyScroll .next {
    width: 23px;
    height: 38px;
    position: absolute;
    top: 37%;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(77_07.jpg) no-repeat;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background: url(78_09.jpg) no-repeat;
}

.ladyScroll dl {
    float: left;
    width: 25%;
    height: 130px;
    text-align: center;
}
.old-ztzl{
    display: none;
}
/*全省农产品批发市场行情*/
.pfsc {
    width: 32%;
    padding-left: 8%;
    float: left;
    height: 55px;
    line-height: 55px;
}

.pfsc a {
    font-size: 24px !important;
}

.pfsc2 {
    width: 55.5%;
    float: left;
    height: 55px;
}

/*广告*/
.gg {
    width: 1000px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* 专题专栏2023.2 */
.section3{
    height: auto;
    margin-bottom: 42px;
    position: relative;
    margin: 0 auto 42px;
}
.section3 .tit-box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
}
.section3 .tit-box ul.tit{
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: url(tit-bj.png) left 1px no-repeat;
    padding-left: 20px;
    position: relative;
}
.section3  .tit-box ul.tit li{
    line-height: 24px;
    height: 25px;
    /* margin-right: 25px; */
    font-size: 24px;
    color: #666666;
    cursor: pointer;
}
.section3 .tit-box ul.tit li.on{
    font-weight: bold;
    color: #cc1c1e;
}
.section3 .tit-box ul.tit li a.more{
    color: #999999;
    font-size: 18px;
}
.section3 .zt-box{
    margin-top: 0;
    padding-left: 8px;
}
/* .section3 .zt-box .bd ul li {
    width: 278px;
    height: 170px;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.section3 .zt-box .bd ul li img{
    width: 100%;
    height: 100%;
} */
.section3 .hd .prev,
.section3 .hd .next {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    box-shadow: 2px 5px 10px 2px rgb(153 153 153 / 50%);
    border-radius: 50%;
    cursor: pointer;
}

.section3 .hd .next {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background: url('next.png') center center no-repeat #ffffff;
}

.section3 .hd .prev {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background: url('prev.png') center center no-repeat #ffffff;
}
.swiper-container .swiper-slide img{
    width: 100%;
    height: 130px;
}
/* @end 专题专栏 */

/* 首页旗舰店按钮 */
.ewm .qjd {
    width: 70%;
    padding-left: 27%;
    text-align: left;
    height: auto;
    line-height: 25px;
    padding: 3px 3% 3px 27%;
    margin-top: 0;
    border: 1px solid #d7d7d7;
    background-size: auto;
}

.ewm .qjd a {
    font-size: 14px;
    color: #5d5b5b;
    font-weight: 600;
}